Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / RowColumnActionsCommand Class / RowColumnActionsCommand Constructor / RowColumnActionsCommand Constructor(Actions,Boolean,Worksheet,Reference[])
A boolean value indicates whether the command process on rows or columns.
The worksheet which this command attached to.
The processing ranges.


In This Topic
    RowColumnActionsCommand Constructor(Actions,Boolean,Worksheet,Reference[])
    In This Topic
    Initializes a new instance of the RowColumnActionsCommand class with the specified workbook.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal action As RowColumnActionsCommand.Actions, _
       ByVal isColumn As Boolean, _
       ByVal worksheet As Worksheet, _
       ByVal ranges() As Reference _
    )
    'Usage
     
    
    Dim action As RowColumnActionsCommand.Actions
    Dim isColumn As Boolean
    Dim worksheet As Worksheet
    Dim ranges() As Reference
     
    Dim instance As New RowColumnActionsCommand(action, isColumn, worksheet, ranges)

    Parameters

    action
    isColumn
    A boolean value indicates whether the command process on rows or columns.
    worksheet
    The worksheet which this command attached to.
    ranges
    The processing ranges.
    See Also